DioDocs for PDF
GcBitmap コンストラクタ(Stream,Int32,Nullable<Rectangle>,Boolean)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > GcBitmap コンストラクタ : GcBitmap コンストラクタ(Stream,Int32,Nullable<Rectangle>,Boolean)
The source stream. JPEG, PNG, WEBP, GIF, BMP, TIFF, ICO, JPEG 2000 formats are supported.
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
Clipping rectangle of the image to be loaded.
Indicates whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.
Initializes a new instance of the GcBitmap class.
シンタックス
'宣言
 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal frameIndex As System.Integer, _
   Optional ByVal imageRect As System.Nullable(Of Rectangle), _
   Optional ByVal storeInTempFile As System.Boolean _
)
public GcBitmap( 
   System.IO.Stream stream,
   System.int frameIndex,
   System.Nullable<Rectangle> imageRect,
   System.bool storeInTempFile
)

パラメータ

stream
The source stream. JPEG, PNG, WEBP, GIF, BMP, TIFF, ICO, JPEG 2000 formats are supported.
frameIndex
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
imageRect
Clipping rectangle of the image to be loaded.
storeInTempFile
Indicates whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧